Student Solution

-->

"Education is the most powerful weapon which you can use to change the world”
– Nelson Mandela

1 University

1 Course

4 Subjects

Week 4 Data Management Project

Week 4 Data Management Project

Q A data dictionary for all tables defined in data model is required for final project. This week, you will create a data dictionary for two entities from week 3 submission of data model. A data dictionary defines information for data model and database design. Please identify the following components for each of the two entities: • Attribute name • Attribute data type • Attribute description • Attribute values Here are two different sample templates to define your data dictionary. You can choose either sample template. Submit your assignment in MS Word format via the assignment link. Resources: These resources can be found in MindTap in the Week 4 Discussion Board module. • Textbook: Module 8 – Advanced SQL • Video: Module 8 – CREATE TABLE Basics (6:24 min.) • PowerPoint: Module 8 Review charts Rubric Data Management Final Project Weekly Submission Rubric Data Management Final Project Weekly Submission Rubric Criteria Ratings Pts This criterion is linked to a Learning OutcomeCritical Thinking 20 pts Main points are concise, clear and well developed. Evidence and detail provide superior support for the assignment. 18 pts Main points are clear and well developed. Evidence and detail provide strong support for the assignment. 16 pts Main points are clear and developed. Evidence and detail adequately support the assignment. 14 pts Presents an incomplete analysis of the issues identified and demonstrates an inadequate understanding of the topic(s) and issue(s). 20 pts This criterion is linked to a Learning OutcomeAnalysis 20 pts Makes appropriate and powerful connections between the issues identified and the strategic concepts studied in the reading; Demonstrates complete command of the strategic concepts and analytical tools studied. Supports diagnosis and opinions with strong arguments and evidence; presents a balanced and critical view; interpretation is both reasonable and objective. 18 pts Makes appropriate connections between the issues identified and the strategic concepts studied in the reading; Demonstrates good command of the strategic concepts and analytical tools studied. Supports diagnosis and opinions with reasons and evidence; presents a fairly balanced view; interpretation is both reasonable and objective. 16 pts Makes appropriate but somewhat vague connections between the issues and concepts studied in the reading; Demonstrates limited command of the strategic concepts and analytical tools studied. Supports diagnosis and opinions with limited reasons and evidence; presents a somewhat one-sided argument. 14 pts Makes little or no connection between the issues identified and the strategic concepts studied in the reading. Supports diagnosis and opinions with few reasons and little evidence; argument is one-sided and not objective. 20 pts This criterion is linked to a Learning OutcomeKnowledge of Content 20 pts Exceeds requirements in demonstrating strong knowledge of content and depth. 18 pts Knowledge of content and depth are appropriately reflected in the assignment 16 pts Supplements case study with limited research into the present situation of the company; provides limited documentation of sources consulted. 14 pts Some knowledge of content and depth are evident. 20 pts This criterion is linked to a Learning OutcomeAssignment Requirements 20 pts Presents detailed, realistic, and appropriate recommendations clearly supported by the requirements for the weekly submission. 18 pts Work is accurately detailed. The weekly assignment requirements are adequately addressed. 16 pts Work reflects the assignment requirements. The weekly assignment requirements are somewhat addressed. 14 pts Work rarely reflects the assignment requirements. The weekly assignment requirements are rarely addressed. 20 pts This criterion is linked to a Learning OutcomeWriting Mechanics 20 pts Writing demonstrates a sophisticated clarity, conciseness, and correctness; includes thorough details and relevant data and information; extremely well-organized. 18 pts Writing is accomplished in terms of clarity and conciseness and contains only a few errors; includes sufficient details and relevant data and information; well-organized. 16 pts Knowledge of content and depth are satisfactory. 14 pts Writing is unfocused, rambling, or contains serious errors; lacks detail and relevant data and information. 20 pts

View Related Questions

Solution Preview

Customer Table - This table contains customer details - Primary Key Attribute Name Attribute Data Type Size Column Status Description Y CustomerID INT __ Not Null Primary Key Unique ID for each customer. It can contain letters. FirstName CHAR 100 Not Null The first name of the customer. LastName CHAR 100 Not Null The last name of the customer. State CHAR 55 Not Null The name of the state from which the customer lives.